object AboutBoxDlg: TAboutBoxDlg Left = 238 Top = 104 ActiveControl = OKButton BorderStyle = bsDialog Caption = 'About' ClientHeight = 234 ClientWidth = 272 Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter TextHeight = 16 object Panel1: TPanel Left = 8 Top = 8 Width = 257 Height = 185 BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 0 object ProgramIcon: TImage Left = 8 Top = 8 Width = 65 Height = 65 Picture.Data = {} Stretch = True OnMouseDown = ProgramIconMouseDown IsControl = True end object ProductName: TLabel Left = 88 Top = 16 Width = 80 Height = 13 Caption = 'Panther Tools' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False IsControl = True end object Version: TLabel Left = 88 Top = 40 Width = 59 Height = 13 Caption = 'Versionn 1.1' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False IsControl = True end object Copyright: TLabel Left = 88 Top = 61 Width = 96 Height = 13 Caption = 'Waheed AlShahnan' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False IsControl = True end object Comments: TLabel Left = 8 Top = 136 Width = 243 Height = 26 Caption = 'These are a set of tools that enable the designer to create an a' + 'pplication without coding.' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True IsControl = True end object Label4: TLabel Left = 8 Top = 93 Width = 190 Height = 13 Caption = 'E-Mail: 102636.3002@compuserve.com' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False IsControl = True end object Label1: TLabel Left = 8 Top = 117 Width = 101 Height = 13 Caption = 'Copyright 1995, 1996' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False IsControl = True end end object OKButton: TBitBtn Left = 103 Top = 199 Width = 77 Height = 27 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 1 Kind = bkOK Margin = 2 Style = bsNew Spacing = -1 IsControl = True end end